#s3 {
    display: block;
}

#img1 {
    top: 300px;
    left: 200px;
    position: fixed;
    z-index: -1;
}
#img2 {
    top: 500px;
    position: absolute;
}

#p1, #p2 {
    display: inline;
}